current version 1.0 - 29st April 2019
version | date | comment |
---|---|---|
1.0 | 29/Apr/2019 | Original code |
license: GNU GPL http://www.gnu.org/licenses/
Module defining quantitative relations between some key characteristic dimensions of trees (usually fairly easy to measure) and other properties (often more difficult to assess).
compute canopy cover (0-1)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=float), | intent(in) | :: | dc |
crown diameter (m) |
||
real(kind=float), | intent(in) | :: | den |
tree density (trees/ha) |
returned result
compute crown doameter (m)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=float), | intent(in) | :: | dbh |
diameter at brest height (cm) |
||
real(kind=float), | intent(in) | :: | den |
current tree density (trees/ha) |
||
real(kind=float), | intent(in) | :: | denmin |
minimum tree density (trees/ha) |
||
real(kind=float), | intent(in) | :: | denmax |
minimum tree density (trees/ha) |
||
real(kind=float), | intent(in) | :: | dbhdcmin |
minimum ratio between stem and crown diameters (m/cm) |
||
real(kind=float), | intent(in) | :: | dbhdcmax |
maximum ratio between stem and crown diameters (m/cm) |
returned result
relationship between DBH (Diameter at Brest Height) and stem biomass.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=float), | intent(in) | :: | ws |
stem biomass (t) |
||
real(kind=float), | intent(in) | :: | n |
number of trees |
||
real(kind=float), | intent(in) | :: | as |
scaling coefficient |
||
real(kind=float), | intent(in) | :: | ns |
scaling exponent |
diameter at brest height (cm)
relationship between tree height and DBH (Diameter at Brest Height). Implements Chapman-Richards relationship
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=float), | intent(in) | :: | dbh |
diameter at brest height (cm) |
||
real(kind=float), | intent(in) | :: | cra |
Chapman-Richards asymptotic maximum height |
||
real(kind=float), | intent(in) | :: | crb |
Chapman-Richards exponential decay parameter |
||
real(kind=float), | intent(in) | :: | crc |
Chapman-Richards shape parameter |
tree eight (m)
relationship between stem biomass andDBH (Diameter at Brest Height).
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=float), | intent(in) | :: | dbh |
diameter at brest height (cm) |
||
real(kind=float), | intent(in) | :: | n |
number of trees |
||
real(kind=float), | intent(in) | :: | as |
scaling coefficient |
||
real(kind=float), | intent(in) | :: | ns |
scaling exponent |
stem biomass (t)
Compute the actual ratio DBH-crown diameter: crown/dbh (m/cm)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=float), | intent(in) | :: | dbhdcmin |
minimum ratio between stem and crown diameters (m/cm) |
||
real(kind=float), | intent(in) | :: | dbhdcmax |
maximum ratio between stem and crown diameters (m/cm) |
||
real(kind=float), | intent(in) | :: | den |
current tree density (trees/ha) |
||
real(kind=float), | intent(in) | :: | denmin |
minimum tree density (trees/ha) |
||
real(kind=float), | intent(in) | :: | denmax |
minimum tree density (trees/ha) |
returned result